Skip to content

Update Microsoft.Extensions.Logging.Abstractions package to version 9…#5

Merged
ncipollina merged 2 commits into
mainfrom
feature/update-packages
Jun 23, 2025
Merged

Update Microsoft.Extensions.Logging.Abstractions package to version 9…#5
ncipollina merged 2 commits into
mainfrom
feature/update-packages

Conversation

@ncipollina

Copy link
Copy Markdown
Contributor

….0.6

🚀 Pull Request

📋 Summary

Briefly describe what this PR does and why it's needed.


✅ Checklist

  • My changes build cleanly
  • I’ve added/updated relevant tests
  • I’ve added/updated documentation or README
  • I’ve followed the coding style for this project
  • I’ve tested the changes locally (if applicable)

🧪 Related Issues or PRs

Closes #...


💬 Notes for Reviewers

Any specific areas to look at, known issues, or follow-up work.

@ncipollina
ncipollina requested a review from Copilot June 23, 2025 13:54

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR bumps the Microsoft.Extensions.Logging.Abstractions dependency from 9.0.5 to 9.0.6 in the structured logging project.

  • Upgraded Microsoft.Extensions.Logging.Abstractions to version 9.0.6
  • Minor whitespace adjustment in the csproj file


<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.5"/>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.6" />

Copilot AI Jun 23, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The added space before the self-closing '/>' is inconsistent with other PackageReference entries. Consider removing it to match the existing style.

Suggested change
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.6" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.6"/>

Copilot uses AI. Check for mistakes.
@ncipollina
ncipollina merged commit a6ed16d into main Jun 23, 2025
1 check passed
@ncipollina
ncipollina deleted the feature/update-packages branch June 23, 2025 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants